Extension point elContextFactory
In component org.nuxeo.ecm.platform.el.service
Documentation
The class defining the ELContext factory. This is used by high-level UI components like Seam/JSF that need to provided extended EL context when evaluating certain expressions.
Example:
<factory class="com.example.ELContextFactoryImpl"/>
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.el.ELContextFactoryDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="elContextFactory" target="org.nuxeo.ecm.platform.el.service"> <factory class="org.nuxeo.ecm.platform.actions.seam.SeamELContextFactory"/> </extension>